Interface IPV6IpProcess

All Superinterfaces:
IPCObject, Process
All Known Implementing Classes:
IPV6IpProcessImpl

public interface IPV6IpProcess extends Process
Information provided by the PKI file:

    \class Ipv6IpProcess
    
    \brief Ipv6IpProcess handles IPv6 to IPv4 tunneling.
    
    \example network().getDevice("PC0").getProcess("Ipv6IpProcess")
    
Author:
Auto-generated
  • Method Details

    • addTunnelIntByNum

      void addTunnelIntByNum(int num)
      Information provided by the PKI file:
      
          \brief Adds a tunnel interface to the device.
          
          \param num, the interface number for the tunnel interface.
          
              
      Parameters:
      num - Takes in a parameter of num
    • removeTunnelIntByNum

      void removeTunnelIntByNum(int num)
      Information provided by the PKI file:
      
          \brief Removes the tunnel interface with the specified interface number.
          
          \param num, the interface number of the tunnel interface of interest.
          
              
      Parameters:
      num - Takes in a parameter of num
    • getTunnelIntcount

      int getTunnelIntcount()
      Information provided by the PKI file:
      
          \brief Returns the number of tunnel interfaces.
          
          \return int, the number of tunnel interfaces.
          
              
      Returns:
      int Returns a int